Skip to main content

Audio Formats

Available Formats

TypeFormatDescription
Full-Length Track320k MP4Original source file, used for custom clipping.
Full-Length Track128k AACTranscoded for general use.
Full-Length Track128k MP3Transcoded for general use.
Curated Clip128k mp3Pre-made clips.
Custom Clip128k mp3Clips generated on-demand by users.

The Format String

When requesting audio from the API, you specify the format using an {encoding}:{bitrate} string. The supported values are:

  • aac:128 — AAC at 128 kbps
  • mp4:320 — MP4 at 320 kbps
  • mp3:128 — MP3 at 128 kbps

The default format is mp3:128 if no format is specified.